Item Property (PagesCollection<T>)
In This Topic
Returns a Page object at specified index in the PagesCollection.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As
public this[
int
]; {get;}
Parameters
- index
See Also